public async Task <IActionResult> DeleteDataset([FromRoute] string definitionId) { return(await _graphService.DeleteDataset(definitionId)); }