public void SaveDisplayPreferences(string prefsId, Model.Entities.DisplayPreferences prefs)
 {
     Kernel.ApiClient.UpdateDisplayPreferences(prefsId, prefs);
 }
 public System.Threading.Tasks.Task UpdateDisplayPreferencesAsync(Model.Entities.DisplayPreferences displayPreferences, string userId, string client)
 {
     throw new NotImplementedException();
 }