static async Task <bool> DeleteContractCommand()
        {
            var commandContext = new DeleteContractCommandContext();
            var command        = new DeleteContractCommand();

            commandContext.id = "26270cfa2422b2c4ebf158285e0241e5";

            var result = await command.Execute(commandContext);

            return(true);
        }