public RedisAsyncRequest(RedisCommand command, RedisCommandExpect expectation, string okIf, TaskCompletionSource <T> completionSource) : base(command, expectation, okIf, completionSource) { }