namespace IIS.Remoting.Shared{ public interface IPersonService { void SignPerson(ref Person person); void Save(Person p); } }