protected override TDeclarationNode AddMethod<TDeclarationNode>(TDeclarationNode destination, IMethodSymbol method, CodeGenerationOptions options, IList<bool> availableIndices)
{
// PROTOTYPE(TopLevelStatements): Add handling for top level statements
if (destination is GlobalStatementSyntax)
{
return destination;
}