using DotNetty.Transport.Channels; namespace HybirdFrameworkDriver.ChargerServer; public interface IMsgHandler { }