public async Task <IActionResult> DeleteCompanyUser(int id, int userId) { await _service.DeleteCompanyUser(id, userId); return(StatusCode(200)); }