protected CustomClientCredentials(CustomClientCredentials other) : base(other) { }
public CustomClientSecurityTokenManager(CustomClientCredentials credentials) : base(credentials) { this.credentials = credentials; }