public IEnumerable <ISymbol> GetSymbols() => Namespace.GetSymbols();
public IEnumerable <ISymbol> GetSymbols() { return(Namespace.GetSymbols()); }