public Task <bool> Delete(string id)
 {
     return(_documentDbRepository.Delete <Hero>(id));
 }