using System; namespace BirdsiteLive.Domain { public class UserIsGoneException : Exception { } }