public static Guid GetGuid(this StateBag objStateBag, string key) { return(objStateBag.GetGuid(key, Guid.Empty)); }