namespace ServiceShared.Models.Request { public class KeyExchange { public string key_type { get; } = "PublicKey"; } }