using System.Collections.Generic; public sealed class BriskBinaryResponse { public byte[] Bytes; public Dictionary Headers; }