public async Task RemoveAssignedUser(int userId, int branchId, int roleName) { await _branchService.RemoveAssignedUser(userId, branchId, roleName); }