public void ObjectSent(ISessionFilterChain filterChain, object obj)
 {
     _dispatcher.Dispatch(() => filterChain.ObjectSent(obj));
 }
 public virtual void ObjectSent(ISessionFilterChain filterChain, object obj)
 {
     filterChain.ObjectSent(obj);
 }