namespace ET { public static class ConstFiberId { public const int Main = -1; public const int NetClient = -2; public const int DB = -3; } }