namespace OpenSEMI.ClientBase.ServiceProvider { public interface IProvider { void Create(); } }