public Dota2BestYoloClient(string Cookie)
 {
     BrowserCookie = Cookie;
     Manager = new RequestManager(BrowserCookie);
 }