public interface FilterChain<R, T> {
T doFilter(R request) throws Exception;