/// <summary>
 /// Configure this endpoint as both a Distributor and a Worker.
 /// </summary>
 public static void AsMSMQMasterNode(this BusConfiguration config)
 {
     config.RunMSMQDistributor();
 }