public StandardFileComparingService(IFile file, FileComparingServiceType serviceType, bool refresh = true)
 {
     this.file        = file;
     this.refresh     = refresh;
     this.serviceType = serviceType;
 }
		public StandardFileComparingService(IFile file, FileComparingServiceType serviceType, bool refresh = true)
		{
			this.file = file;
			this.refresh = refresh;
			this.serviceType = serviceType;
		}