I have an interface defined as:
public interface MyInterface { object foo { get; set; }; }
and a class that implements that interface:
I find Automapper very useful for converting interfaces to concrete classes.