Compile a Client against an Interface

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1857

This topic has not yet been written. The content below is from the topic description.
If the client is compiled against an interface, many different implementations of the interface can be provided without having to recompile the client. The interface ensures that the method signatures do not change.