We currently implement the OptimisticExecutionService and the AuctionService in the AuctionServiceV1Alpha1 struct.
It would be nice if we can split these services into separate structs like AuctionServiceV1Alpha1 and OptimisticExecutionServiceV1Alpha1.
This would allow us to customize each service separately if needed in the future and not tie a service to each other. For e.g we could just want optimistic block execution but no bid streaming.
We can also avoid passing in the same service for the optimistic execution service and auction service in RegisterGrpcServices