public async Task CreateCompany(CarCompanyProfile profile) { await _rentACarRepository.CreateCompany(profile); }