namespace ChatApi.Settings { public class ChatRHSettings { public string Url { get; set; } public string Create { get; set; } } }