Handles the given action and returns a result.
@param action The action to handle @returns A Future containing the result of handling the action
@override Future<TResult> handle(TCommand command);