public static MethodBase Value(this ManagedTypeFinder.IMethodBase t)
 {
     return(((ManagedTypeFinderGeneratorTypeSystem.TMethodBase)t)?.Value);
 }
 public static MethodDefinition Value(this ManagedTypeFinder.IMethodBase t)
 {
     return(((ManagedTypeFinderCecil.TMethodBase)t).Value);
 }