private static PathInfo GetFilePathInfo(int fieldId, int?entityId, bool isVersion) => !isVersion ? FieldService.GetPathInfo(fieldId, entityId) : ArticleVersionService.GetPathInfo(fieldId, (int)entityId);