, , , -.
, , , []. , , OutOfMemory Exceptions.
[ServiceContract]
public interface IFileService
{
[OperationContract]
Guid SendFileToProcess(stream streamedFile);
[OperationContract]
Stream GetProcessedFile(Guid fileId);
[OperationContract]
bool IsFileProcessed(Guid fileId);
}