class MusicServices extends Service {
  constructor (host, port) {
    super()
    this.name = 'MusicServices'
    this.host = host