export class UserService {
  constructor(@Inject(KinveyConfigToken) config: any) {
    init(config);
  }