```C# public abstract class IdentifierSymbol : Symbol, ICompletionSource { // "Is this the right return type?" public IReadOnlyCollection<string> Aliases { get; } ``` Related: #1859