public void NotifyUnmuted(TwitterUser source, TwitterUser target) { if (!_proxy.NotifyUnmuted(source, target)) { Next?.NotifyUnmuted(source, target); } }