public string VisitHarpys(Harpys harpy) { return("Harpys swiftly fly away"); }
public string VisitHarpys(Harpys harpy) { return(harpy.walk()); }