So, I have the following parent class;
class Parent { public Parent() { Console.WriteLine("Parent class") } }
And the