public static async Task <bool> DeleteState(this IChaincodeStub stub, string key)
 {
     return(await stub.DeleteState(key).InvokeSafe());
 }