I have a "big" project with lots of commands/requests.
Then I have a couple of API projects that expose a section of these commands trough some end points and I'm using mediator to inspect the "big" assembly in order to know hot to deal with them.
But some of them are not necessary for a couple of projects and are more painful to set up.
Is there a way to signal them to be ignored as they are not used?