namespace OpenSEMI.ClientBase { public interface IHandler { void Handle(); } }