public static void Main()
SpecificAPI a = new SpecificAPI();
SpecificAPI2 b = new SpecificAPI2();
SpecificAPI c = new SpecificAPI();
private readonly static TClient tClient = new TClient();
public void Test(string t)
public class SpecificAPI2
private readonly static TClient tClient = new TClient();
public void Test(string t)
Console.WriteLine($"Initiated: {count}");
public void Test(string t)