using System; using System.Collections.Generic; using System.Text; namespace CryptoExchange.Net.Attributes { public class JsonOptionalPropertyAttribute : Attribute { public JsonOptionalPropertyAttribute() { } } }