public bool CanLoad(RuntimeFramework f1, RuntimeFramework f2)
 {
     return(f1.CanLoad(f2));
 }