private void ShowAllPrices(string[] args) => Line(_coinspotService.GetAllPrices());
public void ShowAllPrices(params string[] args) => Line(_coinspotService.GetAllPrices());