public void AddConcept(int graphId, [FromBody] ConceptDto conceptDto) { graphService.AddConcept(graphId, conceptDto); }