public MyResponse <MyUser> NOK() { var r = MyResponse <MyUser> .Error("something went terribly wrong"); return(r); }