[ServiceContract]
public interface IMonService
{
[OperationContract]
[FacadeOperationBehavior]
void DoSomething();
}