class Flarg { private readonly Action speak; public Action Speak { get { return speak; } } public Flarg(Act
How can you pass a non static member when the object is not constructed yet?