/// <summary> /// Converts the object to JSON string /// </summary> public string ConvertToJson() { return(JsonFormatter.ConvertToJson(this)); }