void ExecuteConvertCommand()
 {
     ConvertedToValue = _converterService.CalculateTempereture(ConvertFrom, ConvertedFromValue, ConvertTo);
 }