public static Task <Lst <T> > toList <T>(TryOptionAsync <T> tryDel) =>
 tryDel.ToList();