public static string GetRemoteStorageFileNameAndSize(int fileIndex, out int fileSizeInBytes) { fileSizeInBytes = 0; return(EnsureGameService() ? m_gameServiceCache.GetRemoteStorageFileNameAndSize(fileIndex, out fileSizeInBytes) : string.Empty); }