package pe.joedayz.dhlebj2; public interface PostageService { public double calculatePostage(String country, double weight); }