Calling another Component.viewservice for multiple time in one action

I am trying to call multiple time this.component.viewImplservice(). execute() view service call in one action.
When I tried, CompletionStage working Asynchronously. after first call to service, action return with empty.

By using any other way is possible?

Hi, can you provide a code snippet and all logs from the application?