using ProtoBuf; namespace WingsAPI.Communication { [ProtoContract] public class EmptyResponse { } }