using ProtoBuf; namespace Hotfix { public interface IMessage { } public interface IRequest { } public interface IResponse { } }