private static void Process(string filePath)
 {
     Console.WriteLine(filePath);
     Console.WriteLine(ImageReader.ReadAssemblyMvid(filePath));
 }