public static IFrameworkAssemblyLocator Instance()
 {
     if (instance == null)
     {
         instance = new FrameworkAssemblyLocator3x86();
     }
     return instance;
 }
 public static IFrameworkAssemblyLocator Instance()
 {
     if (instance == null)
     {
         instance = new FrameworkAssemblyLocator3x86();
     }
     return(instance);
 }