public static ClearableValue <T?> AsNullable <T>(this ClearableValue <T> value) where T : struct => value.Map(Functions.NullableId);