Type '{ getFeedGenerators(req: any): Promise<{ records: any; }>; getActorFeeds(req: GetActorFeedsRequest): Promise<{ uris: string[]; cursor: string | undefined; }>; getSuggestedFeeds(): Promise<...>; getFeedGeneratorStatus(): Promise<...>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecords: { readonly name: "GetBlockRecords"; readonly I: typeof GetBlockRecordsRequest; readonly O: typeof GetBlockRecordsResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.