public async Task <IActionResult> GetCustomFormatsAsync()
        {
            var retValue = await _destinationService.GetCustomFormats();

            return(Ok(retValue));
        }