Returning ``++null++`` from a non-``++asyn{cpp}`` ``++Task++``/``++Task<T>++`` method will cause a ``++NullReferenceException++`` at runtime. This problem can be avoided by returning ``++Task.FromResult<T>(null)++`` instead.