namespace ChatController.LoginKlassen { public class AuthenticationData { public string CustomerId { get; set; } public string ServerName { get; set; } } public class AuthenticationDataType1 { public int Status { get; set; } public string Url { get; set; } } public class AuthenticationDataType2 { public int Status { get; set; } public string Url { get; set; } public int SyncType { get; set; } } }