namespace Binance.TradeRobot.Model.Dto { public class AddExchangeAPIKeyRequest { public long AccountId { get; set; } public string APIKey { get; set; } public string SecretKey { get; set; } } }