public static string GetAssetsAsJson(this IRecordsManagerClient rmClient, Guid?parentId = null)
 {
     return(rmClient.GetAssetsAsJson(0, 0, parentId));
 }