public static int Delete <T>(this IUpdatable <T> collection, T instance)
 {
     return(collection.Delete <T>(instance, null));
 }