public static string GetAuthField(CookieCollection collection, AuthField authField) { return(collection.GetValue(authField.ToString())); }