public virtual IActionResult GetListEndpoints() { return(StatusCode((int)HttpStatusCode.OK, EndpointManager.GetEndpointList())); }