I am using CQRS pattern and ReSharper. Is there a way how to navigate from a query to its handler? Example from following code:
var query = new MyQuery(); var res