public PostageResult CalculatePostageFor(Basket basket) { var postages = postageRepository.GetAll(); return basket.CalculatePostage(postages); }