public interface ITemperatureUnit { float FromCelcius(float celcius); float ToCelcius(float value); }