public StreamSpecification(bool streamEnabled, StreamViewType streamViewType) { StreamEnabled = streamEnabled; StreamViewType = streamViewType; }