public async Task DeleteTaskAll()
        {
            RedisProvider _redis = new RedisProvider();

            _redis.DeleteAll();
        }