namespace Model { public static class EnvKey { public const string Owner = "Owner"; public const string OwnerId = "OwnerId"; public const string Buff = "Buff"; public const string BuffId = "BuffId"; public const string MessageBytes = "MessageBytes"; public const string Message = "Message"; public const string Channel = "Channel"; public const string Opcode = "Opcode"; public const string MessageUnitId = "MessageUnitId"; public const string RpcRequestId = "RpcRequestId"; public const string SleepTimeout_TaskCompletionSource = "SleepTimeout_TaskCompletionSource"; } }