namespace Milimoe.FunGame.WebAPI.Interfaces { public interface IUserContext { public string Username { get; } } }