method IQueryHandler.handle IQueryHandler.handle(query: TQuery): TResult | Promise<TResult> Executes the query. Parameters query: TQuery The query to handle Return Type TResult | Promise<TResult> A result (sync or async)