public static void Fill(this IStorage input, byte value, IProgressReport progress = null) { input.Fill(value, 0, input.GetSize(), progress); }