public async Task <IEnumerable <TodoTask> > Delete(string id)
 {
     return(await MongoHelper.DeleteTask(id));
 }