public async initialize(delegate: IXyoPluginDelegate): Promise<boolean> {
    const repo = delegate.deps.BLOCK_REPOSITORY_TIME as IXyoBlocksByTime
    const query = delegate.deps.QUERY as XyoQuery
    const selector = createTimeSelector(repo)