DefaultBlockingAwaitAdapter
Useful when wrapping awaiters whose GetResult method does not block until complete.
            Contains a default mechanism to implement  BlockUntilCompleted
            via  IsCompleted and  OnCompleted.
            
                
protected DefaultBlockingAwaitAdapter()