insert(symbol, callback) {
    const ourSymbol = symbol;
    if (!ourSymbol.key) {
      let nextLetter = 'A';
      ourSymbol.key = `Symbol-${nextLetter}`;