public Calculator(Alphabet alphabet) { Alphabet = alphabet; }
public GematriaCalculator(Alphabet alphabet) { Alphabet = alphabet; }