public bool TryGetProperty(string key, out Property property) { property = null; return(false); }
public bool TryGetProperty(string key, out Property property) { property = null; return false; }