public WalletService(NetCoreEFContext context) { Contex = context; }
public BitcoinService(NetCoreEFContext context) { Context = context; }