public void NotationNamesTest(Notation notation, string name) => Assert.AreEqual(name, notation.GetName());