namespace Connected.Middleware; public interface IComponentMiddlewareService { void Add(); Type? Select(); }