namespace Hotfix { #if ILRuntime public interface IMessage { } public interface ARequest { } public interface AResponse { } #endif }