//[ApiAuthorizeAttribute(Roles = "A")]
 public EntityHttpResponse GetAll() => new EntityHttpResponse(System.Net.HttpStatusCode.OK, _descriptionManager.GetAll(), true);