public async Task DeleteToolAsync(string toolName) { await _toolRepository.Delete(new Tool() { Name = toolName }); }