public static void Downloaded(string filePath) { DownloadCounter.Increment(filePath); }
//================================================================================= Static methods public static void Downloaded(int fileId) { DownloadCounter.Increment(fileId); }