public EntityHttpResponse Get(int id) { return(new EntityHttpResponse(System.Net.HttpStatusCode.OK, _nationManager.Get(x => x.id == id), true)); }