public ContentResult JsonSchemaToYamlSchema() =>
 _jsonSchemaService.GetYamlSchema(Constants.DefaultJsonSchemaInputValue).ToJsonContentResult();
 public string GetYamlSchema(string json) => _jsonSchemaService.GetYamlSchema(GetJsonSchema(json));