public async Task Create_Company_Without_Cnpj() { await Assert.ThrowsAsync <Abp.Runtime.Validation.AbpValidationException>(async() => await _companyAppService.CreateUpdateAsync(new CreateUpdateCompanyDto(null, null, Portal.Companies.Type.Accounting))); }