using System; namespace skyspot.hotspot { public class ClientProfile { public String Name { get; set; } public ClientProfile() { } } }