public override bool CanBeginStatement(QueryStatement current)
 {
     return AllowedStatements.Contains(current.GetType());
 }