namespace Tango.Portal.Chat.Web.ViewModels { public class HomeViewVM { public String UserName { get; set; } = String.Empty; } }