namespace Tapeti.Config { /// /// Base interface for all controller middleware. Implement at least one of the descendant interfaces to be able to register. /// public interface IControllerMiddlewareBase { } }