public static void AddCoOwner(Wallet wallet) { Console.WriteLine("Введите имя совладельца:"); string coOwnerName = Console.ReadLine(); wallet.AddCoowner(coOwnerName); }