
public interface CarType {
  int getContractRate();
}
