public async Task <ActionResult <Trader> > PostTrader(Trader Trader) { return(await _trader.AddTrader(Trader)); }