namespace Microsoft.AspNet.Identity.Test
{
public class TestRole
public string Id { get; private set; }
public string Name { get; set; }
}