public IEnumerable <IToken> Assemble(ITokenCollection tokens)
 {
     yield return(tokens.First());
 }