void DecorateCommandBus(IServiceRegistration sr)
 {
     sr.Decorate <ICommandBus>((r, cb) => new LogCommandBus(cb));
 }