public async Task <SpecificSharedStepResponse> GetSpecificSharedStepAsync(string code, string hash) { return(await _api.GetSpecificSharedStep(_api_token, code, hash)); }