public async Task <List <UserNotificationSetting> > GetDefaultSettingByCr()
 {
     return(await _iNotificationQuerie.GetDefaultSettingByCr());
 }