public void BitwiseNegateParsesCorrectly(string input)
 => TestCommon.UnaryOperatorParsesCorrectly(input, OperatorType.BitwiseNegate);
 public void LogicalNotParsesCorrectly(string input)
 => TestCommon.UnaryOperatorParsesCorrectly(input, OperatorType.Not);