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