public async Task <IEnumerable <UserDropDownListViewModel> > GetUserEnumItems()
 {
     return(await _userQueryService.GetForDropDownList());
 }