void IJobAdsCommand.CreateJobAd(JobAd jobAd) { PrepareCreate(jobAd); Validate(jobAd); _repository.CreateJobAd(jobAd); }