export class AcknowledgementService { public acknowledge(){ console.log('Hi. My sole existence is to acknowledge You!!!!') } }