main
1using mars.rover.common;
2
3namespace mars.rover.presentation
4{
5    public interface Presenter : Command
6    {
7    }
8}