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