public MetadataFramer(Action <Stream> callback) { this.callback = new ActionByRef <Stream>(callback); }