namespace LogoForceTestApp.Core
{
    public static class CurrentUser
    {
        public static string CurrentUserName { get; set; }
    }
}