public static Task <List <T> > Find <T>(this IBox box, IFindOptions <T> options = null)
 {
     return(box.Find <T>(null, options));
 }