public static Func <T>?FromNull <T>() =>
 (Func <T>?)Null.From(typeof(T));