namespace OpenSEMI.ClientBase { public interface ISupportMultipleSystem { string SystemName { get; set; } } }