export default class PushWnsProvider {
  id: string = 'push-wns-provider'
  transporter: Object

  constructor (config: Object) {