using DotNetty.Transport.Channels; namespace Service.TBox.Handler; public interface IBaseHandler: IChannelHandler { }