public IActionResult Push([FromBody] string name) { _dataStorage.AddDefinition(name); return(Ok()); }