namespace Model { public static partial class Opcode { public const ushort ActorRequest = 1; public const ushort ActorResponse = 2; } }