namespace DualScreenDemo { public enum RemoteCommand { NextPage, PreviousPage, Play, Pause, Stop } }