public CrudAppService_Tests()
 {
     _companyAppService = Resolve<CompanyAppService>();
     _asyncCompanyAppService = Resolve<AsyncCompanyAppService>();
 }