public Task <IResult <T> > Find(TId id)
 {
     return(_service.FindAsync <T, TId>(id));
 }