public static TTo Convert <TTo>(this object instance, Func <TTo, Task <TTo> > afterMapping = null) => MappingHandler.Convert(instance, afterMapping);