using System; public interface ISocialBindings { void SomethingCompletelyDifferent(string code); }