private HttpStatusCode AddLog() { var x = this.Bind <RequestLogEntry>(); _db.AddRequestlog(x); _db.Commit(); return(HttpStatusCode.OK); }