public static T BindDelegateAsPost <T>(this SynchronizationContext context, T del) { return(DelegateFactory.CreateAsPost(context, del)); }