namespace Bit.App.Models.Api { public class KeysResponse { public string PublicKey { get; set; } public string PrivateKey { get; set; } } }