namespace Bit.Core.Models.Table { /// /// This class is not used. It is implemented to make the Identity provider happy. /// public class Role { public string Name { get; set; } } }