namespace AutomaticController { public interface IAutomaticController { double Compute(double setpoint, double processVariable); } }