namespace HermesSocketLibrary.Socket.Data { public class HermesLoginMessage { public string ApiKey { get; set; } public string Password { get; set; } public bool WebLogin { get; set; } public int? MajorVersion { get; set; } public int? MinorVersion { get; set; } } }