public FantasyCriticRole ToDomain() { FantasyCriticRole domain = new FantasyCriticRole(RoleID.ToGuid(), Name, NormalizedName); return(domain); }