static void Main(string[] args) { var x = new TestSource(); var y = new TestDestination(); x.Bind <string, string>(Name => y.Id); }