public WalletResponse Post() { var privateKey = _dynamicService.GetPrivateKey(); var publicAddress = _dynamicService.GetPublicAddress(privateKey); return(new WalletResponse() { PrivateKey = privateKey, PublicAddress = publicAddress }); }