public async Task ChangeToggleNotifications(bool areNotificationsEnabled)
 {
     ms = new MemoryService();
     await ms.ChangeNotificationsEnabled(areNotificationsEnabled);
 }