internal static async Task <ResponseBase <List <AllWidgetDropDowns> > > AllWidgetDropDowns(TeamHttpContext teamHttpContext)
 {
     if (teamHttpContext == null)
     {
         throw new ArgumentNullException(nameof(teamHttpContext));
     }
     return(await GenericService.DashboardAddDropDowns(teamHttpContext).ConfigureAwait(false));
 }