private int GetValue(ExternalFoo f) => f.Value;
public int GetValue(ExternalFoo f) { return(f.Value); }