So I would like to turn a verbose piece of code into something like this.
Receive.Subscribe(msg => Console.WriteLine(msg));
I am not familiar