public void SingleCall() { _bus.Handle("OrderPlaced", new OrderPlaced() { CustomerId = "asd" }).Wait(); Assert.AreEqual("asd", _injected.Value); }