private static int AmountOfKeys()
 {
     return(VirusTotalKeys.getAmountOfKeys());
 }
 private static string CurrentKey()
 {
     return(VirusTotalKeys.getCurrentKey());
 }
 private static string NextKey()
 {
     return(VirusTotalKeys.getNextKey());
 }