private static void SaveUsers() { System.Console.WriteLine("Saving users..."); _jsonStorage.StoreObject(_storage.GetDict(), filepath); }