void IDonationsCommand.CreateDonation(Donation donation) { donation.Prepare(); donation.Validate(); _repository.CreateDonation(donation); }