package testapp.services; import testapp.interfaces.*; service BookingService { provides BookHotel, BookApartement; expects ChargeCustomer, QueryPrice; }