public void GetDataFromExternalService(string input1, string input2) { _externalSerice.GetDataFromExternalApi(input1, input2); }