
interface VehicleInterface {
	
	String getVIN();

}
