public async Task DeleteSolutionTemplate(string intent)
 {
     _service.DeleteSolutionByIntentAsync(intent);
 }