public static string DecryptPhone(string stringToConvert)
 {
     return(_currentCryptographyService.DecryptPhone(stringToConvert));
 }