void FillStatus(LingrResponse r, JsonObject j)
 {
     r.Status = (string) j.Get ("status");
     r.ErrorCode = (string) j.Get ("code");
     r.ErrorDetail = (string) j.Get ("detail");
 }