Appearance
Services group operations callable from components.
service CustomerService { operation find(id: Id): Customer operation search(name: String?): Customer[] }