namespace Model { public interface IUpdate { void Update(); } }