public static DispatchSchedulerWireup UsingDispatchScheduler(this Wireup wireup)
 {
     return(wireup.UsingDispatchScheduler(null));
 }