public async Task <IResponseOutput> AddGroup(DocumentAddGroupInput input) { return(await _documentServices.AddGroupAsync(input)); }