namespace Interfaces { public enum OperationResponse { NONE = 0, SUCCESS = 1, UPDATED = 2, CREATED = 3, DELETED = 4, FAILED = 5 } }