public Room GetRoom(Guid roomId) { return(_roomStorage.GetById(roomId)); }
public ResultModel Get(int id) { return(_svr.GetById(id)); }