using System; using System.Collections.Generic; using System.Text; namespace Remotely.Shared.Models { public class DeviceSetupOptions { public string DeviceAlias { get; set; } public string DeviceGroup { get; set; } } }