/** * A generenic service point will not follow a specific standard. This allows any develop to add new types of service points without code changes. */ export class GenericServicePoint { }