public static string GetAllContainersAsJson(this IRecordsManagerClient rmClient)
 {
     return(rmClient.GetAllContainersAsJson(0, 0));
 }