Handles the given query and returns the requested data.
@param query The query to process @returns A Future containing the requested data
@override Future<TResult> handle(TQuery query);