Create a Task (or Observable) from legacy class (start method + events)
I have a legacy class which I would like to consume in a more convenient way. class Camera { void RequestCapture(); public delegate void ReadResultEventHandler(ControllerProxy sender, …