I imagine that we all (when we can be bothered!) comment our interfaces. e.g.
/// /// Foo Interface /// public interface Fo
If you use the GhostDoc addin, it updates the implementation with the comment from the interface when you right click and select "Document This" on the method.