public async Task <IActionResult> DeleteTopicAsync([FromRoute] string topicName) { await topicObj.DelTopicFromDBAsync(topicName); return(Ok()); }