public void Visit(JsonValidator visitee) { throw new NotImplementedException($"No approriate visitor methods was found for type: {visitee.GetType()}."); }