unit ServicesU; interface type ICalculator = interface ['{251FB86D-1A8B-4BBA-9487-B52AF8E18536}'] function DoCalc(a,b: Integer): Integer; end; implementation end.