public bool Allows(Feature feature)
 {
     return(CurrentVersion.Allows(feature));
 }