public BasicResponse DeleteConfig(ConfigDeleteRequest configrequest) { _Repository.DeleteConfig(configrequest.Id); var configresponse = new BasicResponse(); return(configresponse); }