SimpleUser(this.username, Iterable<String> roles) : _roles = roles is Set<String> ? roles: new Set<String>.from(roles);