public void ConfigureContainer(ServiceRegistry services) { services.AddLogging(); services.AddCommandr(); services.For <ICommandBus>().Use <JasperCommandBus>(); }