public async Task <IResponseOutput> UpdateGroup(PermissionUpdateGroupInput input) { return(await _permissionServices.UpdateGroupAsync(input)); }