public OrderDto GetById(Guid id, Guid customerId) { return(OrderDto.FromDomain(customerOrdersRepository.GetOrderById(id, customerId))); }