1. public record Pet(string Name) 2. { 3. public void ShredTheFurniture() => 4. Console.WriteLine("Shredding furniture"); 5. }