What is the best way how to do not block (make asynchronous) blocking mehtod from library (C#).
I have method Consume() which blocks code and return response
Consume()