void IReportsCommand.CreateReport(Report report) { report.Prepare(); report.Validate(); _repository.CreateReport(report); }