public static void WritePasswords(Passwords pass, string baseUrl) { Memory mem = new Memory(baseUrl); mem.WriteFile("KeyFile.pass", pass); }