public async Task <IActionResult> GetRecipientBoundedContext()
        {
            List <string> liveBoundedContext = await monitorClient.GetBoundedContextListAsync().ConfigureAwait(false);

            return(Ok(liveBoundedContext));
        }