public virtual IHttpActionResult Delete(Guid id) => _intranetUserService.Delete(id) ? (IHttpActionResult)Ok() : NotFound();