public async initialize(delegate: IXyoPluginDelegate): Promise<boolean> {
    const geohash = delegate.deps
      .BLOCK_REPOSITORY_PUBLIC_GEOHASH as IXyoBlocksByGeohashRepository
    const query = delegate.deps.QUERY as XyoQuery
    const selector = createGeohashSelectorCreator(geohash)