GetParser() static private method

static private GetParser ( string rpApi ) : ApiParserBase
rpApi string
return ApiParserBase
 protected override void Unsubscribe()
 {
     foreach (var rApi in r_Apis)
     {
         ApiParserManager.GetParser(rApi).AfterProcessCompleted -= Subscription;
     }
 }
 protected override void Unsubscribe()
 {
     foreach (var rApi in r_Apis)
     {
         ApiParserManager.GetParser(rApi).BeforeProcessStarted -= Subscription;
     }
 }
 protected override void Unsubscribe() =>
 ApiParserManager.GetParser(r_Api).AfterProcessCompleted -= Subscription;
 protected override void Unsubscribe() =>
 ApiParserManager.GetParser(r_Api).BeforeProcessStarted -= Subscription;