namespace Just.Cqrs.Internal; /// /// Marker interface for static type checking. Should not be used directly. /// public interface IQueryHandlerImpl { }