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