RemoteAPI.ctrl

Introduce a namespace to avoid name clashes

The only way we have a name conflict is if someone exposes ctrl, in which case they will be served an error along the following line: LocalRest.d(...): Error: function RemoteAPI!(...).ctrl conflicts with mixin RemoteAPI!(...).ControlInterface!() at LocalRest.d(...)

Meta