/// <summary> /// Writes the json. /// </summary> /// <param name="writer">The writer.</param> public override void WriteJson(JsonWriter writer) { JSonHelper <Result> .WriteJSon(this, writer); }