public static void Allocate(this byte[,] fabric, IClaimLedger claimLedger) { foreach (var claim in claimLedger.Claims) { fabric.Allocate(claim); } }