Contract implementations should inherit their interfaces.  Extending an interface ensures that all function signatures are correct, and catches mistakes introduced (e.g. through errant keystrokes)
contract MarketPlace {
Does not inherit IMarketPlace, defined here
