namespace CompServ.Worker; internal static class StatusHolder { public static string? HubServer; public static int Ratio = 1; public static int RequestIn; public static int RequestSuccess; public static int RequestOut; public static long BytesIn; public static long BytesOut; }