public void GetOrderByOrderRef_Should_Return_Null_If_OrderRef_Not_Exists() { OrderDto orderDto = _orderAppService.GetOrderByOrderRef("112222"); orderDto.ShouldBe(null); }