public async Task <CompanyViewData> GetEntityByIdAsync(Guid entityId)
 {
     return(await _repository.GetEntityDetailsAsync(entityId));
 }