
public interface Contract {
   int getPrice();
}
