public Task Man(string command)
 {
     return(ReplyAsync(_helpService.Man(command)));
 }