public void IsRepresenationEqual(TestEnum enumVal, string representation)
 => Assert.Equal(representation, enumVal.GetRepresentation());