namespace ServiceShared.Models.Response { public class PublicKey { /// /// PublicKey for client response /// public string key { get; set; } } }