public void AddPrediction(string prediction) { _repository.SavePrediction(prediction); }
public void AddPrediction(string newPrediction) => _predictionsRepository.SavePrediction(newPrediction);