public ILargeObjectChannel CreateObjectChannel(ObjectId objectId) { var lob = GetLargeObject(objectId); if (lob == null) throw new InvalidOperationException(); return new DirectLargeObjectChannel(this, lob); }