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