public IActionResult Post([FromBody] AddNetwork network) { return(Json(_networkService.AddToPool(network))); }